home *** CD-ROM | disk | FTP | other *** search
- on PCprint_OLD printStuff
-
- ----- TAKEN OUT BECAUSE OF OSX ERROR -----
- -- global gPrint
- --
- -- gPrint (mReset)
- -- gPrint (mSetMargins,72,60,72,48)
- --
- -- put gPrint(mGetPageWidth) into w
- -- put gPrint(mGetPageheight) into h
- --
- -- -- the body pages
- -- gPrint (mSetTextJust,"left")
- --
- --
- -- -- template for page 2 through whatever
- -- gPrint (mNewPage)
- -- gPrint (mTextBox,0,30,w,h-24,true)
- --
- --
- -- gPrint (mSetGray,100)
- --
- -- gPrint (mSetTextStyle,"normal")
- -- gPrint (mSetTextSize,10)
- -- gPrint (mAppendText,printStuff,true)
-
- end
-